home *** CD-ROM | disk | FTP | other *** search
- ; ARENAscr.cfg
- ; This screen displays the list of arena to the server.
-
- ; Screen name ********* ENTER NAME OF SCREEN ON NEXT LINE **********
- SCREENNAME ArenaSelectionScreen
-
- ; The arena selection title text
- BEGINENTITY
- XCENTRED
- YCOORD 10
- YPOSITION FLOATING
- TRANSPARENT
- ~C1~LIST OF ARENA
- ACTIVE
- ENDENTITY
-
- ; The Arena Selection Menu
- ; NOTE: Arbitrarily allow 8 entities maximum, there should be no more than 8 types
- ; of arena in Demo1.1. There are no predetermined entities, they are received
- ; from the Network module.
- BEGINVMENU
- NAME ArenaSelectMenu
- XCENTRED
- YCOORD 45
- YPOSITION FLOATING
- TRANSPARENT
- VDISPLAYSIZE 8
- JUSTIFICATION CENTRE
- VMAXENTITIES 40
- SPACING FLOATING
- HIGHLIGHTER
- ACTIVE
- CYCLE
- ENDVGROUP
-